home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmigaPlus
/
Tools
/
Development
/
renderlib40
/
src
/
rnd_diversity.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-12-14
|
331 b
|
13 lines
#ifndef _RND_DIVERSITY_H
#define _RND_DIVERSITY_H
#include <utility/tagitem.h>
#include <exec/memory.h>
#include "rnd_palette.h"
LIBAPI LONG RGBArrayDiversityA(ULONG *rgb, UWORD w, UWORD h, struct TagItem *tags);
LIBAPI LONG ChunkyArrayDiversityA(UBYTE *chunky, RNDPAL *palette, UWORD w, UWORD h, struct TagItem *tags);
#endif